gtkgesture: Deprecate gtk_gesture_set_sequence_state()
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 2 Feb 2023 09:36:06 +0000 (10:36 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 2 Feb 2023 10:21:22 +0000 (11:21 +0100)
commitfbf4817ef5f308983fa6f2df122917057eed8e6b
treefbfae140a6d481af79989b482cc40ed4b036dd6d
parentdb43e0669fc1e1f235c626027a4118e6dae7c74f
gtkgesture: Deprecate gtk_gesture_set_sequence_state()

We can abstract widgets about the specific ongoing sequences that
are triggering a GtkGesture. This used to be more necessary in
GTK3 world where complex widgets might have required handling
different events in different areas, but in GTK4 world that would
be done with multiple widgets.

This is no longer necessary to carry forward.
gtk/gtkgesture.c
gtk/gtkgesture.h
gtk/gtkwidget.c